*{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
html, body{
    width: 100%;
    min-height: 480px;
    min-width: 320px;
    position: relative;
	/*background: #f7f7f7;*/
}


.header{
    width: 100%;
}
.header_case{
    margin: 0 auto;
    max-width: 1400px;
    height: 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0;
}
.header_left { 
	height:100%;
	display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.header_right { 
	height:100%;
	display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}
.header_logo{
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}
.header_city{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 30px;
    font-size: 16px;
    color: #333333;
}
.header_logo_flatma{
    display: block;
}
.header_logo_link{
    display: block;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
	text-transform: uppercase;
}
.header_link{
    font-size: 16px;
    margin-left: 30px;
    cursor: pointer;
    color: #333333;
    text-decoration: none;
    position: relative;
}
.header_link:hover{
    text-decoration: underline;
}
.header_cart_count{
	background: #fa8669;
    position: absolute;
    line-height: 18px;
    top: -10px;
    width: 18px;
    border-radius: 50%;
    right: -12px;
    font-size: 12px;
    font-weight: bold;
    display: none;
    color: #ffffff;
    text-align: center;
}


.user_icon{
    position: relative;
    padding-left: 30px;
}
.user_icon:before {
	display: inline-flex;
    content: '';
    background-image: url(/img/cloud_blue.svg);
    background-size: cover;
    height: 26px;
    width: 26px;
    position: absolute;
    top: -5px;
    left: 0;
    background-repeat: no-repeat;
}
.cart_icon{
    position: relative;
    padding-left: 20px;
}
.cart_icon:before {
    display: inline-flex;
    content: '';
    background-image: url(/img/shopping.svg);
    background-size: 18px 18px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -1px;
    left: -2px;
    background-repeat: no-repeat;
}


.banner{
  width: 100%;
  background-size: 90px;
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: center;
  background: #f7f7f7;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; 

}
.banner_case{
  padding-top: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.banner_title{
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    line-height: 1.35;
    padding:10px 0 15px 0;
    max-width: 500px;
}
.banner_message{
	font-size: 18px;
    margin-top: 10px;
}
.banner_buttons{
  max-width: 220px;
  text-align: center;
}

.banner_logo_image{
  width: auto;
  height: 80px;
  max-width: 200px;
}

.banner_button{
    display: inline-block;
    text-decoration: none;
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: #333333;
    font-size: 22px;
    border-radius: 50px;
    color: #ffffff;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
}
.banner_button:hover{
    background: #000000;
}

.banner_bg_link{
  position: absolute;
  color: #aaaaaa;
  z-index: 999;
  bottom: 5px;
  right: 5px;
  font-size: 12px;text-decoration:none;
}
.banner_bg_link:hover{
	color:#ffffff;
  text-decoration: underline;
}
.banner_right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  text-align: center;
  align-items: center;
}
.banner_left{
  display: flex;
  flex-direction: column;
  width: 40%;
  justify-content: center;
}
.calltoaction{
  width: 100%;
  background-size: 90px;
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: center;
  background: #f7f7f7;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; 

}
.calltoaction_case{
  padding-top: 50px;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.calltoaction_title{
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    line-height: 1.35;
    padding:15px 0;
    text-align: center;
}
.calltoaction_message{
	font-size: 18px;
    margin-top: 10px;
}
.calltoaction_button{
  display: inline-block;
  text-decoration: none;
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #333333;
  font-size: 22px;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.calltoaction_button:hover{
  background: #000000;
}
.font_size_32{
  font-size: 32px;
}
.font_size_36{
  font-size: 36px;
}
.font_size_42{
  font-size: 42px;
}
.banner_button_create{
  background: #0D99FF;
}
.banner_button_create:hover{
  background: #0b89e5;
}

.contact_case{
	font-size: 0;
	margin-bottom: 30px;
}
.contact{
    display: inline-block;
	font-size:0;
	position:relative;
	margin-right:10px;
	transition: all .2s;
	opacity: 0.8;
}
.contact:last-child {
	margin-right:0;
}
.contact_link{
	display: block;
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
}
.message-info{
	font-size:16px;
}
.whatsapp:before{
	display: inline-flex;
    content: '';
	background-image: url(/img/whatsapp.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}
.vk:before{
	display: inline-flex;
    content: '';
	background-image: url(/img/vk.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}
.instagram:before{
	display: inline-flex;
    content: '';
	background-image: url(/img/instagram.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}
.telegram:before{
	display: inline-flex;
    content: '';
	background-image: url(/img/telegram.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}
.facebook:before{
	display: inline-flex;
    content: '';
	background-image: url(/img/facebook.svg);
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;
    background-repeat: no-repeat;
}
.contact:hover{
	opacity: 1;
}
.contact_text{
  font-size: 22px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.4;
}
.phone {
	margin-bottom: 10px;
}
.phone a{
    font-size: 22px;
    font-weight: 300;
	text-decoration: none;
    color: #333333;
	transition: all .2s;
}
.phone a:hover{
	color: #000000;
}
.email{
	margin-bottom: 25px;
	color: #333333;
    font-size: 22px;
	line-height: 1.5;
    font-weight: 300;
}


.demo_shop{
      font-size: 18px;
      text-transform: initial;
      font-weight: 300;
      position: fixed;
      bottom: 0;
      line-height: 40px;
      width: 100%;
      left: 0;
      background: #ffffb3;
      text-align: center;
}


.quote{
    width: 100%;
    margin-top: 70px;
}
.quote_case{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
    font-size: 0;
    text-align: center;
}
.quote_title{
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.23;
  font-weight: 300;
  max-width: 700px;
  display: inline-block;
}
.quote_text{
    font-size: 16px;
    color: #333333;
    line-height: 1.55;
    max-width: 567px;
    margin: 0 auto;
}



.card_block{
    width: 100%;
    padding-bottom: 20px;
    margin-top: 50px;
}
.card_case{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0;
}
.card{
	font-size: 0;
	text-align: center;
	border: 1px solid transparent;
	display: inline-block;
	width: 22%;
	box-sizing: border-box;
	transition: all .2s;
	margin-right: 4%;
	margin-bottom: 5vw;
}
.card:hover{
	border: 1px solid #333333;
}
.card:nth-child(4n+4) {
    margin-right: 0;
}
.card_image_case{
	background: #f7f7f7;
	width: 100%;
    aspect-ratio: 1;
}
.card_image{
	width:100%;
	display: block;
}
.card_href{
	display: flex;
    text-decoration: none;
    flex-direction: column;
}
.card_info{
	font-size: 16px;
  color: #333333;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 49px;
  margin: 10px 5px;
  line-height: 1.55;
}




.footer{
    width: 100%;
    height: 50px;
    background: #28282a;
    text-align: center;
    line-height: 50px;
}
.footer_link{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.footer_link:hover{
    text-decoration: underline;
}


.auth {
	z-index: 99999;
	display:none;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -200px;
    padding: 30px 40px 40px 40px;
    box-sizing: border-box;
    animation: ani 0.5s forwards;
    opacity: 0;
    border-radius:3px;
}
.show{
    display: block !important;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.auth_title {
    color: #333333;
    font-size: 22px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.35;
    font-weight: 500;
    background-position: center center;
    margin-top: 10px;
}
.auth_welcome{
    color: #333333;
    font-size: 26px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.35;
    font-weight: 500;
    background-position: center center;
    margin-bottom: 20px;
 
}
.auth_label {
    color: #333333;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.55;
    font-weight: 300;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
.auth_input {
    color: #333333;
    border: 1px solid #0D99FF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    display: inline-block;
    width: 100%;
    line-height: 1.33;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius:3px;
    outline: 0;
}
.auth_message {
    font-size: 16px;
    line-height: 1.55;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: red;
    text-align: center;
    margin-top: 10px;
}
.auth_button {
    margin-top: 20px;
    width: 100%;
    color: #fff;
    background-color: #0D99FF;
    font-weight: 600;
    font-size: 18px;
    border-radius:3px;
    height: 50px;
    padding: 0 15px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    border: 0 none;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
	width:100%;
	position: relative;
	transition: all 0.2s;
}
.auth_button_loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}
.auth_button_loading .auth_button_text {
	visibility: hidden;
	opacity: 0;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.auth_link {
    color: #0D99FF;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.auth_login, .auth_sign{
	display:none;
	min-width:320px;
}
.auth_menu{
	display: inline-block;
    font-size: 0;
}
.auth_line{
    border-top: 2px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 20px;
}
.auth_google{
    border: 1px solid #0D99FF;
    width: 100%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #0D99FF;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
}
.auth_google::before{
    display: inline-flex;
    content: '';
    background-image: url(/img/google.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    position: relative;
    top: 8px;
    left: -5px;
    background-repeat: no-repeat;
}


.overlay{
	position: fixed;
  background: #333333;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	display:none;
	z-index:9999;
  animation: ovrl 0.3s forwards;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.6);
}
@keyframes ovrl {
    0% {opacity: 0;}
    100% {opacity: 1;}
}





.lang_case{
	font-size: 0;
    background: #ffffff;
    width: max-content;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    position: relative;
    width: 120px;
    height: 30px;
}

.lang_case:before {
	display: inline-flex;
    content: '';
    background-image: url(/img/language.svg);
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    left: 3px;
    background-repeat: no-repeat;
}
.lang{
    outline: 0;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    color: #333333;
    display: inline-block;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}



.cards{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top:50px;
  margin-bottom:50px;
}
.cards_item{
  display: flex;
  width: 25%;
  margin-right: 60px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  background: #f7f7f7;
  box-sizing: border-box;
  position: relative;
}

.cards_item:nth-child(4n+4) {
  margin-right: 0;
}

.cards_number{
  border: 2px solid #0D99FF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff;
  background: #0D99FF;
}
.cards_text{
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.card_example{
  font-size: 0;
  text-align: center;
  border: 1px solid transparent;
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  transition: all .2s;
  margin-right: 5%;
  margin-bottom: 2vw;
}

.card_example:nth-child(3n+3) {
  margin-right: 0;
}

.cards_arrow{
  position: absolute;
  right: 0;
  font-size: 22px;
  top: 50%;
  height: 50px;
  width: 30px;
  margin-right: -45px;
  margin-top: -30px;
  background-image: url(/img/arrow_forward.svg);
  background-size: 30px 50px;
  background-repeat: no-repeat;
}


.prompt{
    border: 1px solid #a8a8a8;
    width: 14px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-left: 5px;
    color: #a8a8a8;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    font-size: 12px;
    margin-top: 3px;
}
.product_block{
  padding: 15px;
}
.product{
	max-width: 1400px;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
  box-sizing: border-box;
}
.product_case{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.product_left{
	float:left;
	width:50%;
    padding-right: 15px;
    box-sizing: border-box;
}
.product_right{
	float:right;
	width:50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.product_canvas{
	display: block;
  	width: 100%;
	position: relative;
}
.product_canvas:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.product_canvas_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_name{
    padding-bottom: 15px;
    padding-top: 10px;

}
.product_price{
    padding: 10px 0 0 0;
    font-size: 24px;
    line-height: 1.4;
    color: #d70404;
}
.product_price_material{
    padding: 10px 0 5px 0;
    font-size: 16px;
    line-height: 1.4;
}
.product_price_message{
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.4;
}
.product_message_link{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}
.product_title{
	font-size:22px;
	font-weight: 300;
}
.product_size{
	display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
	padding-top: 35px;
    padding-bottom: 10px;
}
.product_texture{
	display:flex;
	font-size:0;
	flex-direction: column;
}
.button_size_case{
	display: flex;
	min-width: 100px;
	position: relative;
	margin-right: 15px;
}
.button_size_case:nth-child(3n+3) {
  margin-right: 0;
}
.button_size_case span{
	position: absolute;
	top: -20px;
	left: 0;
	font-size:14px;
}
.button_size{
	display: flex;
    max-width: 100px;
    width: 100%;
    justify-content: center;
    height: 40px;
    align-items: center;
    cursor: pointer;
    border:1px solid #cccccc;
    background:#ffffff;
    border-radius:3px;
    font-size: 14px;
    position: relative;
    outline:none;
    text-align:center;
    transition: all .2s;
}
.button_size:hover{
	border-color: #0D99FF;
}
.button_texture{
	max-width: 230px;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	padding-left: 50px;
	overflow: hidden;
}
.button_texture_img{
	width:50px;
    height:50px;
    position:absolute;
    top:0;
    left:0;
}
.product_label{
	font-size: 14px;
    margin-top: 10px;
	margin-bottom:3px;
}
.product_addcart_message{
  color:#049372;
  margin-bottom: 10px;
}
.product_addcart_message{
  display: none;
}

.check_cart{
  display: flex;
  align-items: center;
  animation: ani 1.5s forwards;
}
.check_icon{
  position: relative;
}
.check_icon:before {
  display: inline-flex;
  content: '';
  background-image: url(/img/check.svg);
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
}

@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.canvas{
	width:100%;
	height:100%;
	background-color: #f7f7f7;
	border: 1px solid #eeeeee;
    box-shadow: inset rgba(0, 0, 0, 0.04) 0px 0px 5px 1px;
    box-sizing: border-box;
	border-radius:3px;
}
.canvas_case{
	width:100%;
	height:100%;
  text-align: center;
}
.label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #2c2c2c;
}

.size_window {
  width: 300px;
  position: fixed;
  top: 100px;
  background: #ffffff;
  padding: 24px;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  border-radius: 2px;
  display: none;
  z-index: 99999;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15),
    0px 0px 0px 0.5px rgba(0, 0, 0, 0.2);
}
.size_case {
  margin-bottom: 15px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.memory_case{
    position: absolute;
    top: 10px;
    left: 10px;
}
.memory_button{
	width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 5px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.reply_icon:before {
	display: inline-flex;
	content: "";
	background-image: url(/img/reply_black.svg);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: relative;
	top: 2px;
	left: 0px;
	background-repeat: no-repeat;
}
.no_float{
	float: none;
	vertical-align: top;
}
.forward_icon:before {
	display: inline-flex;
	content: "";
	background-image: url(/img/forward_black.svg);
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	position: relative;
	top: 2px;
	left: 0px;
	background-repeat: no-repeat;
}
.tools_canvas{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	width: 40px;
}
.transparency{
	width: 40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d6d6d6;
	background: #f4f4f4;
	border-radius: 50%;
	margin-bottom: 5px;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.transparency:before {
	display: inline-flex;
	content: "";
	background-image: url(/img/transparency.svg);
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	position: relative;
	top: 2px;
	left: 0;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.transparency_active{
	background-color: #ffffff;
}

.transparency_active::before{
	opacity: 1;
}

.fixer{
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 5px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.fixer:before {
  display: inline-flex;
  content: "";
  background-image: url(/img/fixer.svg);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  position: relative;
  top: 2px;
  left: 0;
  background-repeat: no-repeat;
  opacity: 1;
}
.fixer_active{
  background-color: #f4f4f4;
}

.fixer_active::before{
  opacity: 0.4;
}

.materials_window {
  position: fixed;
  z-index: 99999;
  max-width: 500px;
  height: 100%;
  top: 0;
  width: 100%;
  background: #ffffff;
  left: 50%;
  margin-left: -250px;
  display: none;
}
.materials_window_title {
  line-height: 50px;
  padding: 0 15px;
  color: #333333;
  float: left;
  font-size: 13px;
  font-weight: 600;
}
.materials_window_header {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.materials_window_close {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  float: right;
  text-align: center;
  cursor: pointer;
}
.materials_window_case {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 217px;
}
.material_section{
  display: none;
}
.materials_window_filter {
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #eeeeee;
}
.materials_filter{
	padding: 15px 0;
  font-size: 0;
  padding-bottom: 0;
}
.materials_filter_button{
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
  cursor: pointer;
  color: #b9b9b9;
}
.materials_filter_button:hover{
  text-decoration: underline;
  color: #333333;
}
.materials_filter_select{
  text-decoration: underline;
  color: #333333;
}
.select {
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  outline: none;
}

.pick_selected {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #ffffff;
  max-width: 200px;
  border-radius: 3px;
  transition: all .2s;
}
.pick_selected:hover {
  border-color: #0D99FF;
}
.pick {
  cursor: pointer;
  position: relative;
  line-height: 1.55;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 70px;
  height: 70px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #ffffff;
}
.pick:hover {
  border-color: #0D99FF;
}

.pick_view {
  cursor: pointer;
  position: relative;
  line-height: 1.55;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000000;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius:3px;
}
.pick_view_case {
  width: 50px;
  height: 50px;
  display: flex;
  float: left;
  margin-right: 10px;
}
.pick_view_name {
  display: flex;
  font-size: 10px;
  vertical-align: top;
  height: 50px;
  align-items: center;
  text-align: left;
}
.pick_view_image {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.pick_image_case {
  width: 70px;
  height: 70px;
  position: absolute;
  margin-right: 10px;
}
.pick_image {
  width: 100%;
  height: 100%;
}
.pick_name {
  position: absolute;
  font-size: 12px;
  height: 70px;
  text-align: left;
  margin-right: 10px;
  left:95px;
  right: 75px;
}
.pick_price {
  font-size: 12px;
  height: 70px;
  text-align: center;
  position: absolute;
  width: 60px;
  right: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pick_label {
  padding: 10px 0 0 0;
  margin-bottom: 2px;
}
.pick_input{
  padding: 0;
  width: 100%;
  border: 0;
  text-align: right;
  outline: 0;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

.size_input {
    color: #333333;
    border: 1px solid #0D99FF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    display: inline-block;
    width: 100%;
    line-height: 1.33;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius:3px;
    outline: 0;
}
.size_button {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 45px;
    align-items: center;
    cursor: pointer;
    border: 0;
    background: #0D99FF;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    transition: all .2s;
}
.size_button_active {
  background: #0c90f0;
  color: #ffffff;
  border: 0;
}
.plate{
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  bottom: 0;
  width: 100%;
}
.window_plate {
  padding: 5px 15px;
  max-width: 450px;
  overflow: hidden;
}
.cut_window_title {
  line-height: 50px;
  padding: 0 15px;
  color: #333333;
  float: left;
  font-size: 13px;
  font-weight: 600;
}
.cut_window_header {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.cut_window_close {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  float: right;
  text-align: center;
  cursor: pointer;
}

.cutting_case {
  position: relative;
  margin-bottom: 60px;
  height: 100%;
}
.cutting_window {
  display: none;
  z-index: 99999;
  width: 60vw;
  height: 100%;
  position: fixed;
  background: #ffffff;
  left: 40vw;
  top: 0;
  margin-left: -20vw;
  text-align: center;
  overflow: hidden;
}
.cutting_tools {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 60vw;
  background: #28282a;
  left: 40vw;
  margin-left: -20vw;
  padding: 0 15px;
  box-sizing: border-box;
}
.window_title {
  width: 100%;
  text-align: left;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 600;
}
.window_row {
  width: 100%;
  text-align: left;
  padding-right: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 10px;
  line-height: 17px;
  padding-top: 5px;
  font-size: 12px;
}
.window_right {
  float: right;
}
.product_cutting_case{
  padding: 10px 0 15px 0;
}
.product_cutting{
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.tools_message {
  font-size: 13px;
  padding: 10px;
  color: #b3b3b3;
  text-align: center;
}
.product_cart{
  padding: 10px 0 10px 0;
}
.product_cart_button{
  display: flex;
  max-width: 200px;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
  cursor: pointer;
  border: 0;
  background: #0D99FF;
  border-radius:3px;
  font-size: 16px;
  position: relative;
  outline: none;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  transition: all .2s;
}
.product_cart_button:hover{
  background: #0c90f0;
}
.product_save_button{
  display: flex;
  max-width: 200px;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
  cursor: pointer;
  border: 0;
  background: #ffffff;
  border-radius:3px;
  font-size: 16px;
  position: relative;
  outline: none;
  text-align: center;
  color: #333333;
  border: 1px solid #cccccc;
  transition: all .2s;
}
.product_save_button:hover{
  border-color: #0c90f0;
}
.product_cart_link{
  display: flex;
  max-width: 200px;
  width: 100%;
  justify-content: center;
  height: 50px;
  align-items: center;
  cursor: pointer;
  border: 0;
  background: #ffffff;
  border-radius:3px;
  font-size: 16px;
  position: relative;
  outline: none;
  text-align: center;
  color: #333333;
  transition: all .2s;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #cccccc;
}
.product_cart_link:hover{
  border-color: #0c90f0;
}
.plateCanvas {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDQgNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNCA0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0FCQUJBQiIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjAiIHkxPSIwIiB4Mj0iNCIgeTI9IjQiLz4NCjwvc3ZnPg0K);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 8px 8px;
  margin-bottom: 30px;
  border: 1px solid #333333;
  cursor: pointer;
}
.cutting_left {
	float: left;
	color: #ffffff;
	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	width: 50%;
	text-align: left;
}
.cutting_right {
	float: right;
    line-height: 60px;
    padding-left: 0px;
    width: 50%;
    box-sizing: border-box;
    text-align: right;
}
.cutting_button {
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 3px;
  border: 0;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.close_icon:before {
    display: inline-flex;
    content: "";
    background-image: url(/img/close.svg);
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: relative;
    top: 15px;
    background-repeat: no-repeat;
}




.loader_overlay {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    z-index: 999;
    background: #eee;
    top:0;
    left:0;
    align-items: center;
    justify-content: center;
  }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #333333;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333333 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  






.title_case{
	padding: 10px 15px; 
	margin-bottom: 20px;
	text-align:center;
	margin-top:15px;
}
.title{
	line-height:130%; 
	font-size:22px;
}
.cart_content{
	display: flex;
  flex-direction: column;
	max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.cart {
  overflow: hidden;
}
.cart_case {
	display: flex;
    height: 100px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    margin-bottom: 15px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
.cart_img_case{
	display:flex;
	width: 100px;
	height:100%;
}
.cart_img{
	width:100%;
	height:100%;
}
.cart_info{
	display: flex;
    flex-grow: 2;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.cart_delete_case{
	display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
	position: relative;
	padding: 10px;
    box-sizing: border-box;
}
.cart_name{
	padding: 15px;
}
.cart_size{
	padding: 0 15px;
	font-size:14px;
	color: #333333;
}
.cart_delete{
	position: absolute;
	width:20px;
	height:20px;
	cursor: pointer;
	top: 5px;
    right: 5px;
	opacity:0.3;
}
.cart_delete:before {
	display: inline-flex;
    content: '';
    background-image: url(/img/close.svg);
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.cart_price{
	text-align: right;
}
.cart_link{
	color: #333333;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
}
.cart_link:hover{
    text-decoration: underline;
}
.cart_message_center{
	max-width: 600px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
	text-align: center;
	margin-top:0;
}
.cart_materials{
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
	padding-bottom:0;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
.cart_material{
	display: flex;
    margin-bottom: 15px;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
}
.cart_material_img{
	width: 50px;
    height: 50px;
	margin-right: 15px;
	border-radius: 3px;
	border: 1px solid #eeeeee;
}
.cart_title{
	max-width: 600px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
}
.cart_cutting{
	max-width: 600px;
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.cart_cutting_item{
	font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    border-radius: 50px;
	color:#333333;
	background: #ffffff;
	transition: all .2s;
}

.cart_price_item{
  font-size: 22px;
  font-weight: bold;
}
.cart_price_item span{
  font-size: 22px;
}
.cart_cutting_item:hover {
	border-color:#333333;
	color:#000000;
}
.cart_order{
    background: #FFCCBC;
    padding: 25px 15px;
    margin-bottom: 300px;
    text-align: center;
	margin-top: 15px;
}
.cart_order_title{
	font-size: 17px;
    font-weight: bold;
    margin: 15px 0;
	line-height: 1.5;
}
.cart_order_case{
	padding: 15px;
    display: flex;
    justify-content: center;
}

.cart_order_input{
	color: #000;
    border: none;
    font-family: 'Open Sans',Arial,sans-serif;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    display: inline-block;
    width: 100%;
    line-height: 1.33;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
	max-width: 220px;
}
.cart_message{
	padding: 15px 0;
	text-align:right;
	line-height: 1.5;
}
.cart_list{
	text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
.cart_address{
	text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.cart_scrap{
	text-align: right;
    line-height: 1.5;
}
.cart_order_check{
  font-size: 16px;
  max-width: 300px;
  cursor: pointer;
  margin: 15px auto;
}
.cart_order_check label{
  cursor: pointer;
}

.title_case{
    padding: 10px 30px; 
    margin-bottom: 30px;
}
.title{
    text-align:center;
}
.cart_order_button{
  background: #333333;
  padding: 15px 20px;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  width:100%;
  max-width: fit-content;
  border: 0;
  transition: all .2s;
  cursor: pointer;
  position: relative;
}
.order_disabled{
  background: #cccccc;
}


.table{
  font-size: 16px;
  width: 100%;
  max-width: 800px;
    border-collapse: collapse;
}
.table_row{
  border-bottom: 1px solid #F0F0F0;
}
.table_title{
  background: #f0f0f0;
    font-size: 16px;
}
.table_row td{
  border-right: 1px solid #f0f0f0;
  padding: 10px;
  border-left: 1px solid #f0f0f0;
}
.table_col50{
  width:50%;
}
.table_col30{
  width:30%;
}
.table_col20{
  width:20%;
}
.cityinfo{
  display:flex;
  font-size:16px;
}
.cityinfo_left{
  display: flex;
    width: 40%;
  flex-direction: column;
}
.cityinfo_right{
  display:flex;
  width: 60%;
  padding: 0 50px;
  box-sizing: border-box;
  font-size:18px;
  line-height: 1.4;
  flex-direction: column;
}
.cityinfo_img{
  width:100%;
}
.cityinfo_list{
  padding: 20px;
}
.cityinfo_list li{
  margin-bottom:10px;
}
.cityinfo_link{
  font-size:18px;
  color:#0a7acc;
}
.cityinfo_address{
	font-size: 16px;
}
.banner_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-image: url(/img/bg-15.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_opacity{
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-image: url(/img/bg-13.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner_image{
  max-width: 500px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}
.fill_bg{
  background: #f7f7f7;
}



body:lang(ar) .banner_title {
	direction: rtl;
}

body:lang(ar) .header_case {
	direction: rtl;
}
body:lang(ar) .quote_title {
	direction: rtl;
}

body:lang(ar) .auth_label {
	direction: rtl;
	text-align: right;
}
body:lang(ar) .auth_input {
	direction: rtl;
	text-align: right;
}
body:lang(ar) .header_link {
	direction: rtl;
	font-size: 18px;
}

body:lang(ar) .banner_message {
	font-size: 24px;
}
body:lang(ar) .banner_button {
	font-size: 32px;
}




@media screen and (max-width: 768px) {

	.cart_content{
		padding: 15px;
    box-sizing: border-box;
	}
  .header_link{
    font-size: 0;
    width: 40px;
    display: block;
    height: 40px;
    padding-left: 0;
    margin-left: 10px;
  }
  .cart_icon:before {
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    top: 9px;
    left: 9px;
  }
  .user_icon:before {
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    top: 5px;
    left: 5px;
  }

  .login_icon{
    position: relative;
  }
  .login_icon:before {
      display: inline-flex;
      content: '';
      background-image: url(/img/login.svg);
      background-size: 22px 22px;
      height: 22px;
      width: 22px;
      top: 9px;
      left: 9px;
      position: absolute;
      background-repeat: no-repeat;
  }
  .header_cart_count{
    top: 0;
    right: -7px;
  }
  .card {
    width: 48%;
    margin-right: 4%;
  }
  .card:nth-child(2n+2) {
    margin-right: 0;
  }
  .card:nth-child(3n+3){
    margin-right: auto;
  }
  .card_case{
    justify-content: center;
  }

  .product{
    margin-top: 0;
  }
  .product_case{
    flex-direction: column;
  }
  .product_left{
    width: 100%;
    padding-right:0;
  }
  .product_right{
    width:100%;
    padding-left:0;
  }
  .product_cart_button{
    max-width: 100%;
  }
  .product_cart_link{
    max-width: 100%;
  }
  .product_size{
    justify-content: space-between;
  }
  .canvas{
    border-radius: 0;
  }
  

  .auth{
    height: 100%;
    top: 0;
    width: 100%;
    max-width:100%;
    margin-left: 0;
    left: 0;
    border-radius: 0;
  }
  .auth_login, .auth_sign{
      min-width: 220px;
  }
  .auth_menu{
  display:block;
  }
  
  .materials_window{
	left: 0;
    margin-left: 0;
  }
  .banner_left{
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .banner_right{
    margin-top: 35px;
    width: 100%;
  }
  .banner_case{
    flex-direction: column;
    align-items: center;
  }
  .banner{
    background-image: none;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .font_size_32{
    font-size: 32px;
  }

  .cards{
    flex-direction: column;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
  }
  .cards_item{
    width:100%;
    margin: 15px;
  }

  .card_example{
    width: 100%;
      margin: 0;
  }

  .cards_item:nth-child(4n+4) {
    margin-right: 10px;
  }

  .cards_arrow{
    transform: rotate(90deg);
    left: 50%;
    margin-left: -15px;
    margin-top: -10px;
    top: 100%;
  }
  
  .cityinfo{
    flex-direction: column;
  }
  .cityinfo_left{
    width:100%;
    order: 1;
  }
  .cityinfo_right{
    width:100%;
    padding: 0;
  }

  .banner_image{
    height: 100%;
  }
  
}

